home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m20intro.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  361 b   |  19 lines

  1. on exitFrame
  2.   global gPause
  3.   puppetSprite(8, 1)
  4.   if soundBusy(2) or gPause then
  5.     if gPause then
  6.       set the castNum of sprite 8 to cast "b023"
  7.       updateStage()
  8.     else
  9.       set the castNum of sprite 8 to cast "b021"
  10.       updateStage()
  11.     end if
  12.     mainMenuRollovers()
  13.     updateStage()
  14.     go(the frame)
  15.   else
  16.     go(1, "M20.DIR")
  17.   end if
  18. end
  19.